/*************  News Press sTART  *************/
.sidebar .view-news-press-releases {padding-bottom:5px;}
.mask {position: relative;left: 0px;top: 5px;overflow: hidden; border-bottom: 1px solid #e2e2e2;     margin-bottom: 10px; } 
.tickercontainer {overflow: hidden; margin-bottom: 10px;} 
.newsticker {list-style: none;margin: 0;padding: 0;position: relative;}

/*blue color theme icon*/
li.color_blk .blue {
    background: #31368F;
}


/* Dark theame color start */

.blue .slider-content-style-four .carousel-item::before{
    background:linear-gradient(48deg, #185F8B 0%, #323590 42%, #487ee1 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#185F8B', endColorstr='#487ee1', GradientType=1);
}
.blue .site-header.header-four .header-navigation ul.navigation-box > li.current > a, 
.blue .site-header.header-four .header-navigation ul.navigation-box > li:hover > a{
    color:#31368F;
}
.blue .site-header.header-four .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a, 
.blue .site-header.header-four .header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a::after, 
.blue .site-header.header-four .header-navigation ul.navigation-box > li > .sub-menu > li > a::after, 
.blue .site-header.header-four .header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
    color: #31368F;
}
.blue .news_blk,
.blue .news_blk .view-id-latest_news .style-pause2, 
.blue .news_blk .view-id-latest_news .style-play2{
    background: linear-gradient(48deg, #26608C 0%, #265B8D 42%, #4562B1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26608C', endColorstr='#265B8D', GradientType=1);
}
.blue .news_part li{
    border:2px solid #31368F;
}

.blue .single-feautre-style-one .icon-block .inner-box::after{
    border-left:2px solid #31368F;
    border-right:2px solid #31368F;
}
.blue .single-testimonial-style-one::after, 
.blue .single-service-offer-box::after{
    border-left:4px solid #31368F;
    border-right:4px solid #31368F;
}
.blue .single-feautre-style-one .icon-block .inner-box::before{
    border-top:2px solid #31368F;
    border-bottom:2px solid #31368F;
}
.blue .single-testimonial-style-one::before, 
.blue .single-service-offer-box::before{
    border-top:4px solid #31368F;
    border-bottom:4px solid #31368F;
}
.blue .single-feautre-style-one .icon-block i{
    color:#31368F;
}
.blue .mid_con .icon{
   color:#31368F; 
}
.blue .region-highlighted .block-views{
    border:2px solid #181E89;
}
.blue .single-feautre-style-one .text-block h3::before{
    background:#181E89;
}
.blue .single-feautre-style-one:hover .text-block h3 a{
    color:#181E89;
}

.blue .home-four .project-filter li:hover .filter-text, 
.blue .home-four .project-filter li.active .filter-text,
.blue .home-four .project-filter li:hover .filter-text, 
.blue .home-four .project-filter li.active .filter-text,
.blue .home-four .project-filter li:hover .filter-text, 
.blue .home-four .project-filter li.active .filter-text{
    color:#181E89;
}
.blue .site-footer.footer-four .footer-widget .contact-lists li i,
.blue .site-footer.footer-four .back-to-top:hover{
    color:#386aea;
}
/* .blue .testimonial-area{
    background: #34a54e;
}
.blue .sec-title .border-box::after{
    background: #292d92;
}
.blue .sec-title .border-box::before{
    background: #292d92;
} */
.blue .testimonial-area .owl-dots .owl-dot::before{
    background: #32368f;
}
.blue .thm-btn.home-four::before{
    background: linear-gradient(48deg, #185F8B 0%, #34964D 42%, #185F8B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#91C942', endColorstr='#185F8B', GradientType=1);
}
.blue .home-four .project-filter li .count::before {
    border-bottom-color:#32368f;
}
.blue .home-four .project-filter li .count {
    background:#32368f;
}
.blue .single-service-offer-box:hover .button a{
    color: #32368f;   
}




/*Sticky social media sidebar*/
nav.social-nav {
    z-index: 99;
    position: fixed;
    width: 60px;
    transition: all 0.3s linear;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);
    right: -1%;
    top: calc(73% - 0px);
    transform: translate(0, -50%);
}
nav.social-nav ul{
    margin-top: 0;
    margin-bottom:0;
    list-style:none;
}
nav.social-nav li {
    height: 45px;
    position: relative;
}

nav.social-nav li a {
    color: #fff !important;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 45px;
    padding-right: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    text-decoration: none !important
}


nav.social-nav li:nth-child(1) a {
    background: #4267B2
}


nav.social-nav li:nth-child(2) a {
    background: #E1306C 
}

nav.social-nav li:nth-child(3) a {
    background: #1DA1F2
}

nav.social-nav li:nth-child(4) a {
    background: #ff0000 
}

nav.social-nav li:nth-child(5) a {
    background: #333
}

nav.social-nav li:nth-child(6) a {
    background: #2867B2
}

nav.social-nav li a i {
    position: absolute;
    top: 14px;
    right: 24px;
    font-size: 15px
}

nav.social-nav > ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase
}

nav.social-nav > ul > li:hover > a {
    z-index: 1;
    width: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
	right:0px;
    position: absolute;
}

nav.social-nav > ul > li:hover a span {
    padding-right: 30%;
    display: block;
    font-size: 15px;    
	padding-left: 40px;
}
.path-frontpage .news_blk {
    position: relative;
    z-index: 999;
    top: 166px;
	background:none;
	padding-bottom: 10px;
}
.quicktabs-wrapper .view-display-id-block_2 .views-field-field-video-collection{width:50%;}
/* .path-frontpage .page-wrapper {   background: linear-gradient( 246deg, #89c040 0%, #3b9068 42%, #3a8f65 100%);} */
tr td, tr th {
    padding: 4px 9px;
    border: 1px solid #eaeaea;
    text-align: left;
}
.main-content .text-formatted ul {
    list-style-type: square;
}
.main-content .text-formatted ul, .main-content .text-formatted ol {
    padding-left: 40px;
    margin: 0;
    margin-bottom: 10px;
}

li.color_blk .black {
    background: #000;
    margin: 3px;
}
.view-id-publications .views-col {max-width: 50% !important; width: 31% !important;     word-wrap: break-word;
    background-color: #fff;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-clip: border-box;
    border: 2px solid rgba(0,0,0,.125);
   border-radius: 15px;     
   margin: 0 1% 1% 1%;
	min-height: 420px}
.view-id-publications .views-view-grid .views-row{width: 100% !important; }
.view-id-publications .views-view-grid .views-row img{  max-width: 307px;
    max-height: 270px;
    margin: 22px 0px 10px 2px;
    width: 100%;
    height: auto; }
.view-id-publications .views-col:hover{background-color: #f2f8ef; border: 2px solid #63ae76; transition: transform .8s;
    transform: scale(1.02);
    box-shadow: 1px 1px 10px;}
.view-id-publications h3{   font-size: 1.0rem;
    margin: 15px 10px;
}	
.view-id-publications  .views-field-title{    margin-bottom: 10px;}
.view-id-publications .field-content{
		font-weight: 600;
		text-align: center;
		padding: 0 10px;
		box-sizing: border-box;
		width: 100%;
		display: block;
}
	.view-id-publications .format{
		font-size: 0.9em;
		text-align: center;
		margin: 0 auto;
		width: 100%;
		display: block;
		padding: 0 10px;
		box-sizing: border-box;
	}
/* .view-id-publications .views-view-grid .views-row img:hover{	border: 3px solid #63ae76;} */
/* dark css*/
.dark .news_blk .view-id-latest_news .style-pause2, .dark .news_blk .view-id-latest_news .style-play2 {background: linear-gradient( 48deg, #000000 0%, #000000 42%, #000000 100%);}

.dark  nav.social-nav li a, .dark .testimonial-area , .dark .site-footer.footer-four, .dark .footer-bottom-home-two.home-four {background: #000;}
.dark .region-highlighted .block-views, .dark  nav.social-nav li a  {border: 2px solid #ffffff;}
.dark img{filter: grayscale(1);}
.dark .single-feautre-style-one .icon-block .inner-box:before, .dark  .single-service-offer-box:after {border-top: 2px solid #2e2e48;  border-bottom: 2px solid #2e2e2e;}
.dark .single-feautre-style-one .icon-block i , .dark .single-feautre-style-one:hover .text-block h3 a{color: #2e2e2e;}
.dark .single-feautre-style-one .text-block h3:before{background: #000;}
.dark .sec-title .border-box:before, .dark .sec-title .border-box:after{background:#fff;}
.dark .site-footer.footer-four .footer-widget .contact-lists li i, .dark .sec-title-four h2 {color:#fff;}
.dark .footer-bottom-home-five,.dark .footer-bottom-home-two, .dark .mid_con .icon, .dark .single-service-offer-box:hover .button a, .dark .service-offer-carousel.owl-carousel .owl-nav [class*="owl-"] p {color: #000000;}
.dark .footer-bottom-home-five{background-color: #e0d6d6;}
.dark .site-header.header-four .header-navigation ul.navigation-box>li.current>a, .dark  .site-header.header-four .header-navigation ul.navigation-box>li:hover>a {color: #3A3A3A;}
.dark .single-testimonial-style-one:before, .dark .single-service-offer-box:before{    border-top: 4px solid #000000;border-bottom: 4px solid #000000;}
.dark .single-testimonial-style-one:after, .dark .single-service-offer-box:after{border-left: 4px solid #000000;border-right: 4px solid #0c0c0c;}
.links li, .contact-lists li, .footer-copyright li, .navigation-box li , .item-list li{list-style: none;}
.dark .single-feautre-style-one .icon-block .inner-box:after{    border-left: 2px solid #3a3a3a; border-right: 2px solid #3a3a3a;}
.dark .service-offer-carousel.owl-carousel .owl-nav [class*="owl-"]{background: #000000;
    color: #ffffff;}
.dark .service-offer-carousel.owl-carousel .owl-nav [class*="owl-"]:hover, .dark .header-navigation .search-block-form input {border-color: #000000;}
.dark .single-testimonial-item .inner-content:before, .dark .single-testimonial-item .inner-content:after, .dark .single-testimonial-item .inner-content .client-info p {color: #505254;}
.dark .owl-theme .owl-dots .owl-dot.active span,.dark  .owl-theme .owl-dots .owl-dot:hover span, .dark .testimonial-area .owl-dots .owl-dot:before{background: #ffffff;}
.dark .header-navigation .search-block-form .form-submit	{background: #000000 url(../images/loupe.svg) no-repeat center;}
.dark .header-navigation .language-switcher-language-url ul.links li a.is-active{    color: #ffffff;background: #000;padding: 2px 5px;}
.dark .slider-content-style-four .thm-btn:before{    background: linear-gradient(48deg, #202020 0%, #515151 50%, #202020 100%);}
.dark .site-header.header-four .header-navigation ul.navigation-box>li>ul li>.sub-menu>li:hover>a,.dark .site-header.header-four .header-navigation ul.navigation-box>li>ul li>.sub-menu>li>a:after,.dark .site-header.header-four .header-navigation ul.navigation-box>li>.sub-menu>li>a:after, .dark .site-header.header-four .header-navigation ul.navigation-box>li>.sub-menu>li:hover>a{color: #ffffff;}
.dark .slider-content-style-four .carousel-item::before {background: linear-gradient(48deg, #090f06 0%, #545454 42%, #0a0d05 100%);}
   
.dark .gray-bg{    background-color: #2e2e2e; background:linear-gradient(48deg, #080e05 0%, #878e89 42%, #4d4e4d 100%);}
.dark .view-id-events_calendar .fc-event-container a{background-color: #000000 !important;}
.dark .btn-outline-success, .dark .btn-outline-primary{color: #131313;
    border-color: #000000;}
.dark .btn-outline-success:hover, .dark .btn-outline-primary:hover{color: #fff;
    background-color: #000000;
    border-color: #000000;}

	
	.iframe-cls iframe{    width: 98%;
    min-height: 1130px;
    margin: 15px 0;
    padding: 5px;
    border-radius: 3px;}

div.accredited-energy-auditors {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: auto;
    height: 600px;
}

/*  Anjali Style Homepage latest news content scroller */

.tickercontainer .mask .view-content{
    display: flex;
}
.region-highlighted .view-content .item-list ul{display: none;}
.region-highlighted .tickercontainer{height: initial; margin-bottom: 0;}
.region-highlighted .tickercontainer .mask{height:initial; border:none; top:2px;}
.region-highlighted .tickercontainer .mask .view-content{display:flex;}
.region-highlighted .tickercontainer .mask .view-content .item-list, 
.news_blk .region-highlighted .item-list{padding-right:25px; margin-right:25px; border-right:1px solid #ccc;}
.region-highlighted .tickercontainer .mask .view-content h3{margin: 0;  width: 100%;       font-size:0.85em;       padding: 4px 0; line-height: 19px;  }
.region-highlighted .tickercontainer .mask .view-content a{white-space:nowrap;}
.region-highlighted .view-empty{margin:0; height:initial; padding:2px 0; text-align:left;}
.region-highlighted .view-empty p{position:initial; top:inherit; transform:initial;}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list li {
  margin: 0 0 0.25em 1.5em; /* LTR */
  padding: 0;
}
[dir="rtl"] .item-list li {
  margin: 0 1.5em 0.25em 0;
}

/**
 * Comma separated lists.
 */
.item-list--comma-list {
  display: inline;
}
.item-list--comma-list .item-list__comma-list,
.item-list__comma-list li,
[dir="rtl"] .item-list--comma-list .item-list__comma-list,
[dir="rtl"] .item-list__comma-list li {
  margin: 0;
}
html:lang(hi) .region-highlighted .view-content h3 {
	line-height: 138%;
}
html:lang(hi) .region-highlighted .block .content{padding-top:4px;}
.region-highlighted h2:after {
	background: inherit;
	display: block;
	content: '';
	position: absolute;
	height: 41px;
	width: 16px;
	right: -7px;
	bottom: 0;
	transform: rotate(15deg);
	/*-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-moz-transform: rotate(15deg);*/
}
.region-highlighted .block .content {
	margin: 0;
	padding: 0;
	padding: 6px 50px 7px 165px;
	
	width: 100%;
	height: 35px;
	box-sizing: border-box;
}
.region-highlighted .views-slideshow-controls-bottom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	
	height: 35px;
	overflow: hidden;
		padding: 4px 4px 5px 8px;
	box-sizing: border-box;
}

.region-highlighted .block .content {
	margin: 0;
	width: 100%;
	height:inherit;
	box-sizing: border-box;
}
.region-highlighted h2 {  
	 
	box-sizing: border-box;
	
	font-size: 1em;
	font-weight: 600;
	height: 35px;
	left: 0;
	margin: 0;
	padding: 8px 15px;
	position: absolute;
	text-align: center;
	 
	top: 0;
	width: 130px;
}
.region-highlighted h2:after {
	background: inherit;
	bottom: 0;
	content: "";
	display: block;
	height: 41px;
	position: absolute;
	right: -7px;
	transform: rotate(15deg);
	width: 16px;
}
.region-highlighted .views-slideshow-controls-bottom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	 
	height: 35px;
	overflow: hidden;
	padding: 4px 6px 4px 11px;
	box-sizing: border-box;
}
.region-highlighted .views-slideshow-controls-bottom {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	height: 33px;
	overflow: hidden;
	padding: 4px 6px 4px 11px;
	box-sizing: border-box;
}
.region-highlighted h2 {text-align: left;width: 100%;}
.region-highlighted h2 {
	/*position: relative;
	padding: 8px 15px;
	background: #381056;
	left: 0;
	top: 0;
	display: block;
	border-left: 6px solid #FFEB3B;
	color: #fff;
	margin: 0;
 
	height: 35px;
	font-weight: 600;
	text-shadow: 0 1px 0 #381056;
	box-sizing: border-box;
	font-size: 1em;*/
}
.region-highlighted .block .content {padding:2px 20px 4px;}
.region-highlighted {padding: 15px 0; }
.region-highlighted .layout-container {position: relative;}
.region-highlighted a { /*text-decoration-color: transparent;*/font-size: 1em;text-transform: capitalize;}
.region-highlighted a:hover, .highlighted a:hover { text-decoration: underline;border: none;}
.region-highlighted .region-highlighted {margin: 0;overflow: hidden;position: relative; }
.region-highlighted .views-element-container {overflow: hidden;}
.region-highlighted .views_slideshow_slide {width: 100% !important;}
.region-highlighted .views-slideshow-controls-bottom:before {
	background: inherit;
	display: block;
	content: '';
	position: absolute;
	height: 41px;
	left: 0px;
	bottom: 0px;
	/*transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-moz-transform: rotate(15deg);*//* z-index: 1; */
}
.region-highlighted .views-slideshow-controls-bottom a {
	padding: 5px;
	border-radius: 34px;
	text-indent: -111111px;
	display: block;
	width: 17px;
	height: 17px;
	
	border: 0;
	
		overflow: hidden;
}

.news_blk .view-id-latest_news a{
    z-index: 1;
}
.region-highlighted .contextual-region {position: static;}
.region-highlighted .views_slideshow_controls_text > span{float:left; margin: 0 2px;}
/* 
.view-id-publications.view-display-id-page_1 h3, 
div[data-history-node-id='38830'] h2, 
div[data-history-node-id='39345'] h2, 
div[data-history-node-id='39347'] h2, 
div[data-history-node-id='39349'] h2, 
div[data-history-node-id='38863'] h2, 
div[data-history-node-id='38864'] h2,  
div[data-history-node-id='38947'] h2,  
div[data-history-node-id='39353'] h2, 
.text-formatted.field--type-text-with-summary h2,
#id-reports-studies, #id-regular-annual-reports,
#id-energy-efficiency-measures{
	font-weight: 500 !important;
    color: black!important;
    font-size: 22px!important;
    text-align: left!important;
    text-decoration-style: wavy!important;
    padding: 3px 3px 3px 10px!important;
    margin-top: 10px!important;
    background: #7ad627!important;
    border-left: 5px solid #000!important;
	position: relative;
} */



.view-id-publications.view-display-id-page_1 h3, 
div[data-history-node-id='38830'] h2, 
div[data-history-node-id='39345'] h2, 
div[data-history-node-id='39347'] h2, 
div[data-history-node-id='39349'] h2, 
div[data-history-node-id='38863'] h2, 
div[data-history-node-id='38864'] h2,  
div[data-history-node-id='38947'] h2,  
div[data-history-node-id='39353'] h2, 
.text-formatted.field--type-text-with-summary h2,
#id-reports-studies, #id-regular-annual-reports,
#id-energy-efficiency-measures{
	text-transform:none;
    font-weight:800;
    position:relative;
    padding-bottom:20px; 
    margin-top:0 !important;
}
.wrap-bg h2::after, .text-formatted.field--type-text-with-summary h2::after, 
#id-reports-studies::after, #id-regular-annual-reports::after, #id-energy-efficiency-measures::after,
#id-bee-newsletters::after{
	content: "";
    position: absolute;
    left: 0;
	bottom: 8px;
    height: 4px;
    width: 70px;
    background: #323334;
}


#id-reports-studies, #id-regular-annual-reports,
#id-energy-efficiency-measures{
	font-weight: 600 !important;
}
/* .wrap-bg h2::after, .text-formatted.field--type-text-with-summary h2::after, 
#id-reports-studies::after, #id-regular-annual-reports::after, #id-energy-efficiency-measures::after,
#id-bee-newsletters::after{
    position: absolute;
    bottom: 0px;
    background: #34964D;
    height: 4px;
    content: "";
    width: 100%;
    left: 0px;
    right: 0px;
} */


#block-custom-programmetpl .sec-title-four h2{
	margin: 0;
    color: #3A3A3A !IMPORTANT;
    font-size: 1.750em !important;
    line-height: 2.188em !important;
    font-weight: 400 !important;
    background: none !important;
    border: 0px !important;
	text-align:center !important;
}
#block-custom-programmetpl .sec-title-four h2::after{
	position:inherit ;
}
#block-quicktabsexcellentprojects h2{
	margin-top: 20px;
	margin-bottom: 25px;
}


span[data-quickedit-field-id="node/39347/title/en/full"] {
  display: none;
}

span[data-quickedit-field-id="node/39349/title/en/full"] {
  display: none;
}
	
	
	
.tabs.primary{
	margin-left: 15px;
}
.content{
	margin: 0px 0px 0px 0px;
}
/* .node--type-page, .node--type-webform{
	margin-left: 15px;
} */
.node--type-page .btn{
	width: auto;
	background: linear-gradient( 48deg, #185F8B 0%, #34964D 42%, #91C942 100%);
	color: #fff;
	border-radius: 5px;
	padding: 5px 25px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #34964D;
	cursor: pointer;
	text-transform: uppercase;
}
.node--type-page .btn:hover{
	opacity:0.8;
}



.node--type-webform .webform-submission-form{
	width: 50%;
	margin: 20px 0px 0px 0px;
}
.node--type-webform .webform-submission-form .js-form-item{
	margin-bottom:10px;
}
.node--type-webform .webform-submission-form input,
.node--type-webform .webform-submission-form textarea{
	width: 100%;
	padding: 0px 10px;
    border-radius: 5px;
	border: 1px solid #000;
}
.node--type-webform .webform-submission-form label{
	margin:0px;
}
.node--type-webform .webform-submission-form .custom-error{
	color: #f00;
	font-size: 12px;
	vertical-align: top;
}
.node--type-webform .webform-button--preview.button, .node--type-webform .webform-button--previous,
.webform-button--submit.button{
	width: auto !important;
    background: linear-gradient( 48deg, #185F8B 0%, #34964D 42%, #91C942 100%);
    color: #fff;
    border-radius: 5px;
    padding: 5px 25px;
    font-size: 14px;
	font-weight: bold;
	border:1px solid #34964D;
	cursor:pointer;
    text-transform:capitalize;
    margin: 15px 0px 0px 0px;
}
.node--type-webform .webform-button--previous,
.webform-button--submit.button{
	display:inline-block;
	margin-right:10px;
}
.webform-button--preview.button:hover,
.node--type-webform .webform-button--previous:hover,
.webform-button--submit.button:hover{
	opacity:0.8;
}	
.webform-confirmation .webform-confirmation__message{
	color: #325e1c;
	background-color: #f3faef;
	border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
	background-image: url(../../../../misc/icons/73b355/check.svg);
	box-shadow: -8px 0 0 #77b259;
	border-radius: 2px;
	padding: 15px 20px 15px 35px;
	border: 1px solid;
}

.contact-page{
	/* width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px; */
}
.contact-page .contact-info{
	/* width: 35%; */
}
.contact-page .contact-info h2{
	margin-bottom:10px;
}
.contact-page .contact-info p{
	margin-bottom: 5px;
}
.contact-page .contact-map{
	width: 65%;
}
.contact-page iframe{
	width: 100%;
height: 250px;
border: 1px solid #ccc !important;
padding: 3px;
}

.sitemap{
	margin-left: 15px;
}
.sitemap-box-menu-main .first.expanded .sitemap-menu, 
.sitemap-box-menu-main .expanded .sitemap-menu{
	margin-left: 15px;
}
.sitemap-box-menu-main .last.expanded .sitemap-menu{
	margin-left: 30px;
}
.sitemap-box-menu-footer{
	margin-top: 30px;
}

.cc-cell td a img{
	margin-right: 10px;
}
.node--type-page ul, .node--type-page ol{
	margin-left: 15px;
}
.field--name-field-inner-page-banner{
	margin-bottom:15px;
}
table.table-100 tr td:nth-child(2){
	width:100%;
}

.partners.container {
	margin-top: 20px;
}
.partners .col-sm{ 
    height: 108px;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 15px 0px;
}
.partners .col-sm img {
	height: 108px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 2px 3px;
	border-radius: 5px;
}
.partners .col-sm img:hover{
    border: 2px solid #57a86b;
}

#building-achievements .col-sm-4 {
    width:20%;
}
#building-achievements .col-sm-4 ul {
  list-style-type: none !important; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}
#building-achievements .col-sm-4 div.border {
  font-size: 95%;
  padding: 1em;
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  width: fit-content;
  transition: 0.5s;
}

#building-achievements .col-sm-4 div.border:hover {
  box-shadow: 0 0 15px black;
  margin-top: -10px;
}
#building-achievements .col-sm-4 ul li {
  font-size: 95%;
  border-bottom: 1px solid grey;
  line-height: 1.5;
  position: relative;
  top: 0;
  transition: bottom ease 0.5s;
}
#building-achievements .col-sm-4 ul li:hover {
  bottom: -10px;
  background: #CCFFFF;
}
.wrap-bg h2{
	margin-bottom: 10px;
}
.wrap-bg .background-sec img{
	width:100%;
	margin:0 0 30px;
}
.single-project-image-box{
	margin-bottom: 20px;
}
.service-we-offer-area.for_buildings_page{
	padding-bottom: 20px;
}

.view-tenders .doc-name .file--application-pdf{
	padding: 0px 0px 10px 0px;
    background: none;
    border-radius: 0px;
    border: 0px;
    text-align: left;
	margin: 0px;
}
.field--name-body table{
	width: 100% !important;
}
#sticky-building-block .bg-success h2{
	margin-bottom: .5rem!important;
	font-family: inherit!important;
	line-height: 1.2!important;
	color: inherit;
	background:none!important;
	border:0px !important;
}
#sticky-building-block .bg-success{
	background:none !important;
}
#sticky-building-block .bg-success h2::after{
	position:inherit;
}

#sticky-building-block{
	position: inherit!important;
	top: 0%!important;
}
/* .layout-sidebar-first .section-left{
	max-width: 100%;
	flex: 0 0 100%;
}
.layout-sidebar-first #sidebar-first{
	width: 100%;
	max-width: 100%;
	padding: 0px 15px!important;
	margin: 0 auto 40px auto!important;
}
.layout-sidebar-first #sidebar-first .content{
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px !important;
}
.layout-sidebar-first .section-middle{
	flex: 0 0 100%;
	max-width: 100%;
} */
#sticky-building-block h2, #sticky-building-block p, #sticky-building-block .bg-success .text-white{
	text-align:left!important;
}
#sticky-building-block td p{
	padding: 4px 17px;
	margin-bottom: 0px;
}

.views_slideshow_controls_text_pause.views-slideshow-controls-text-status-play a, .views-slideshow-controls-text-status-pause a{
	z-index: 99;
}
.building-sidebar #sidebar-first{
	padding: 0px !important;
	margin: 0px !important;
}
.building-sidebar.section-left{
	padding: 0px !important;
    margin: 0px 0px 30px 0px !Important;
	max-width: 100%;
}
.building-sidebar #rcorners2 ul li:nth-child(2), 
.building-sidebar #rcorners2 ul li:nth-child(3){
	display: inline-block;
	margin: 0px 20px 0px 0px;
}
.building-sidebar #sticky-building-block{
	border: 1px solid #ddd;
	padding: 10px;
}
.building-sidebar #rcorners2 ul li p{
	margin: 0px !important;
}
.building-sidebar .bg-success {
	margin: 0px;
	list-style-type: none;
}
.building-sidebar .bg-success h2{
	padding:0px !important;
	margin:0px !important;
}
.building-sidebar .text-formatted{
	background: #eee;
}
#image-map{
	margin:0 auto;
}
/* ---- */
.site-footer.footer-two .back-to-top{
	font-size: 0;
}
.site-footer.footer-two .back-to-top i::before{
	font-size:18px;
	vertical-align: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #8ac543;
	background: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.view-video-gallery video{width:100% !important;}
@media only screen and (max-width: 768px) {
	.view-video-gallery video{height:auto !important;min-height: 90px;}
}

/* ==== */
.service-offer-carousel .jcarousel-skin-default.jcarousel-vertical{
	width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 0;
}
.service-offer-carousel .jcarousel-skin-default.jcarousel-vertical li{
	width:515px;
    height:auto;
	color:#000;
	font-weight:400;

	display: block;
	position: relative;
	border-bottom: 1px dashed #000;
	padding: 0 0 10px 0;
	margin-bottom: 10px !important;
	font-size: 0.875em;
	line-height: 18px;
	text-align: left;
}
.jcarousel-wrapper.jcarousel-skin-default.jcarousel-vertical .jcarousel li .views-field-title a{
	font-size: 0.875em;
	line-height: 18px;
	color: #000;
	font-weight: 400;
	text-align: left;
}
.service-offer-carousel .jcarousel-skin-default.jcarousel-vertical li .date-time{
	font-size:12px;
	color:#83888d;
	line-height:16px;
	font-weight:400;
	text-align:left;
}
.service-offer-carousel .jcarousel-skin-default.jcarousel-vertical li .views-field-title {
    text-align: left;
    padding-bottom: 5px;
}

.service-offer-carousel .region-main-content  h2[classes="dee"]{
	display:none;
}
.site-footer ul li .back-to-bottom{
    background: url(../images/bottom-arrow.png) no-repeat;
    width: 30px;
    height: 30px;
	font-size:0px;
	display:inline-block;
}
.site-footer .back-img li{display:inline-block;
width:30px;
height:30px;
position: fixed;
bottom:25px;
right: 50px;
color: #8ac543;
font-size: 1.000em;
font-weight: bold;
cursor: pointer;
transition: all .4s ease;
z-index: 9999;}
.site-footer .back-img li:first-child{right:85px;}
.site-footer .back-img li:first-child a{position:relative !important;bottom: -5px !important;
right:auto !important;}
button#toggleCarousel {
    position: absolute;
    top: 225px;
    z-index: 9;
    right:75px;
}
button#toggleCarousel i{
color: #fff;
    font-size: 25px;
}

.innerpage-area .contact-page h2{background: none !important;background: none !important;
	border-left: 0 !important;
	border-bottom: 1px dotted;padding-bottom: 10px !important; margin-bottom: 15px !important; }
.innerpage-area .contact-page h2::after{background: none !important;}
img.image-style-basic-page-banner{border:1px solid #ccc; padding: 3px; width: 100%;}
.innerpage-area .contact-page table td, .innerpage-area .contact-page table th{padding:5px 10px !important}
.right-content ul{margin: 0; padding: 0; list-style-type: none; font-size: 0.85em;}
.right-content li {
    display: inline-block;
    padding: 0 15px;
}


.region-content .node--type-webform .webform-submission-form{
	text-align:left;
    padding:30px;
    margin:15px auto 60px;
    width:100%;
    max-width:500px;
    border-radius:0px;
	background:#f5f5f5;
}
.region-content .node--type-webform .webform-submission-form input, 
.region-content .node--type-webform .webform-submission-form textarea{
	font-size: 16px;
	line-height: 28px;
	padding: 8px 16px;
	width: 100%;
	min-height: 44px;
	border: unset;
	border-radius: 4px;
	outline-color: rgb(0 0 0 / 0.5);
	background-color: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}
.webform-submission-form .form-actions{
	text-align:center;
}
.webform-submission-form #edit-captcha-response--description{
	font-size:13px;
    padding-top:5px;
}
.page-node-type-webform .innerpage-area h1.page-title{
	border:0px solid #ccc;
    padding-left:0;
    margin-bottom:0;
	text-align:center;
}
.page-node-type-webform .innerpage-area .node--view-mode-full {
	text-align:center;
}
#data-history-node-id .node_meta span
{
display:none;
}
.node--type-webform > header > .node__meta span{
display:none;
}

.details-page-content .h3, .details-page-content h3{
	margin:15px 0 8px;
	font-size:1.3rem !important;
    font-weight: 600;
    color:#000;
}
.details-page-content .h4, .details-page-content h4{
	margin:15px 0 8px;
	font-size:1rem !important;
    font-weight: 600;
    color:#000;
}
.details-page-content .h5, .details-page-content h5{
	margin:15px 0 8px;
	font-size:0.999rem !important;
    font-weight: 600;
    color:#000;
}
.node--type-page ul, .node--type-page ol {
    margin-left:30px;
	margin-bottom:25px;
}

table.myTable, .myTable th, .myTable td {
	border: 1px solid #31388a;
}
.myTable td, .myTable td p{
  text-align: center;
}

